Skip to content

Instantly share code, notes, and snippets.

@Araq
Created November 25, 2017 20:46
Show Gist options
  • Save Araq/56b1d263eda728ce7269c5cc7ba5f921 to your computer and use it in GitHub Desktop.
Save Araq/56b1d263eda728ce7269c5cc7ba5f921 to your computer and use it in GitHub Desktop.
include "system/timers"
import os
let a = getTicks()
var x = readFile(r"lib\system.nim")
writeFile(getTempDir() / "deleteme.nim", x)
let worst = getTicks() - a
echo("Worst push time: ", worst.float / 1000_000.0, "ms")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment