Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created November 7, 2019 16:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/b68f2aa208fd71f31fe460dce2a5a6ab to your computer and use it in GitHub Desktop.
Save Whateverable/b68f2aa208fd71f31fe460dce2a5a6ab to your computer and use it in GitHub Desktop.
committable6
class A { has $.a; has $.b }; for ^1000000 { my $obj = A.new(a => 42, b => 666) }; say now - INIT now
¦«2015.12,2016.01.1,2016.02,2016.03,2016.04,2016.05,2016.06»:
«timed out after 10 seconds» «exit signal = SIGHUP (1)»
¦«2016.07.1»:
6.8656239
¦«2016.08.1»:
6.1262465
¦«2016.09»:
6.041247
¦«2016.10»:
6.3204231
¦«2016.11»:
5.9159195
¦«2016.12»:
6.1967809
¦«2017.01»:
5.474910309
¦«2017.02»:
6.5249012
¦«2017.03»:
5.708864
¦«2017.04.3»:
5.8035108
¦«2017.05»:
5.5329650
¦«2017.06»:
5.1625105
¦«2017.07»:
5.02540817
¦«2017.08»:
4.1521544
¦«2017.09»:
3.08406231
¦«2017.10»:
1.627025
¦«2017.11»:
1.63800441
¦«2017.12»:
1.12615933
¦«2018.01»:
1.1439216
¦«2018.02.1»:
1.1261956
¦«2018.03»:
1.0892128
¦«2018.04.1»:
1.3922290
¦«2018.05»:
1.0934222
¦«2018.06»:
1.2231053
¦«2018.08»:
2.0577417
¦«2018.09»:
2.00538242
¦«2018.10»:
0.6676741
¦«2018.11»:
0.6691852
¦«2018.12»:
0.7035249
¦«2019.03.1»:
0.46868328
¦«2019.07.1»:
0.4384196
¦«HEAD(726c38f)»:
0.48549434
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment