Merge branch 'master' into fix_aot
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
// encoders.cm — nota/wota/json encode+decode benchmark
|
||||
// Isolates per-type bottlenecks across all three serializers.
|
||||
|
||||
var nota = use('nota')
|
||||
var wota = use('wota')
|
||||
var nota = use('internal/nota')
|
||||
var wota = use('internal/wota')
|
||||
var json = use('json')
|
||||
|
||||
// --- Test data shapes ---
|
||||
|
||||
Reference in New Issue
Block a user