summaryrefslogtreecommitdiffstats
path: root/js/src/devtools/gc-ubench/benchmarks/noAllocation.js
blob: 5e01c309b5ffef3b77b868814a97d9b234785598 (plain)
1
2
3
4
5
6
window.tests.set('noAllocation', {
    description: "Do not generate any garbage.",
    load: (N) => {},
    unload: () => {},
    makeGarbage: (N) => {}
});