initial commit of actions
This commit is contained in:
commit
949ece5785
44660 changed files with 12034344 additions and 0 deletions
11
github/codeql-action-v1/node_modules/functional-red-black-tree/bench/test.js
generated
vendored
Normal file
11
github/codeql-action-v1/node_modules/functional-red-black-tree/bench/test.js
generated
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
"use strict"
|
||||
|
||||
var createTree = require("../rbtree.js")
|
||||
|
||||
var t = createTree()
|
||||
|
||||
var s = Date.now()
|
||||
for(var i=0; i<100000; ++i) {
|
||||
t = t.insert(Math.random(), Math.random())
|
||||
}
|
||||
console.log(Date.now() - s)
|
||||
Loading…
Add table
Add a link
Reference in a new issue