Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
Slice with/without end index
(version: 0)
Comparing performance of:
Slice With End vs Slice Without End
Created:
6 years ago
by:
Guest
Jump to the latest result
Script Preparation code:
var string = "12345ABC"
Tests:
Slice With End
string.slice(0,-3)
Slice Without End
string.slice(-3)
Rendered benchmark preparation results:
Suite status:
<idle, ready to run>
Run tests (2)
Previous results
Fork
Test case name
Result
Slice With End
Slice Without End
Fastest:
N/A
Slowest:
N/A
Latest run results:
No previous run results
This benchmark does not have any results yet. Be the first one
to run it!
Related benchmarks:
slice vs substring remove last char
slice vs substring from end
Performance Test: indexOf + slice vs split
_substring vs slice
Comments
Confirm delete:
Do you really want to delete benchmark?