Tell us about your environment:
- Software/Script version:
- Platform / OS version:
- URLs (if applicable):
What steps will reproduce the problem?
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"/> | |
| <title>Untitled benchmark</title> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/benchmark/1.0.0/benchmark.min.js"></script> | |
| <script src="./suite.js"></script> | |
| </head> | |
| <body> | |
| <h1>Open the console to view the results</h1> |
| function didScroll(e) { | |
| let scrolled; | |
| try { | |
| scrolled = (e.event.type === "scroll" && e.currentPosition === "inside" && e.previousPosition === "below"); | |
| } catch (e) { | |
| console.log('having problem grabbing data') | |
| } | |
| return scrolled; | |
| } |
| [global_config] | |
| [keybindings] | |
| [layouts] | |
| [[default]] | |
| [[[child1]]] | |
| parent = window0 | |
| profile = hyper-snazzy | |
| type = Terminal | |
| [[[window0]]] | |
| parent = "" |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"/> | |
| <title>reverse vs normal #jsbench #jsperf</title> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/benchmark/1.0.0/benchmark.min.js"></script> | |
| <script src="./suite.js"></script> | |
| </head> | |
| <body> | |
| <h1>Open the console to view the results</h1> |
| If you mistakenly pushed node_modules and want to remove it from repo along with the history but want to keep other files intact, then you can use the following. | |
| It'll search for node_modules directory and remove it. | |
| ``` | |
| git filter-branch --force --index-filter \ | |
| 'git rm -r --cached --ignore-unmatch node_modules' \ | |
| --prune-empty --tag-name-filter cat -- --all | |
| ``` |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"/> | |
| <title>Imperative vs Declarative #jsbench #jsperf</title> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/benchmark/1.0.0/benchmark.min.js"></script> | |
| <script src="./suite.js"></script> | |
| </head> | |
| <body> | |
| <h1>Open the console to view the results</h1> |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"/> | |
| <title>Test Maps</title> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/benchmark/1.0.0/benchmark.min.js"></script> | |
| <script src="./suite.js"></script> | |
| </head> | |
| <body> | |
| <h1>Open the console to view the results</h1> |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"/> | |
| <title>Math Min/Max vs Loop #jsbench #jsperf</title> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/benchmark/1.0.0/benchmark.min.js"></script> | |
| <script src="./suite.js"></script> | |
| </head> | |
| <body> | |
| <h1>Open the console to view the results</h1> |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"/> | |
| <title>Untitled benchmark</title> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/benchmark/1.0.0/benchmark.min.js"></script> | |
| <script src="./suite.js"></script> | |
| </head> | |
| <body> | |
| <h1>Open the console to view the results</h1> |