cefa

Benchmark created by cefa schiati on


Description

function ceil (x) { return ~-x+1; }

Preparation HTML

function ceil (x) {
    return ~-x+1;
}
<script>
  function ceil(x) {
    return ~ - x + 1;
  }
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
cefa1
function ceil(x) {
  return ~ - x + 1;
}
ready
111
function ceil(x) {
  return ~ - x + 1;
}
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.

  • Revision 1: published by cefa schiati on