Socket
Socket
Sign inDemoInstall

@dxos/benchmark-suite

Package Overview
Dependencies
Maintainers
9
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dxos/benchmark-suite - npm Package Compare versions

Comparing version 1.0.0-beta.1 to 1.0.0-beta.2

4

dist/benchmark-suite.js

@@ -25,2 +25,4 @@ "use strict";

const toNanoseconds = hr => hr[0] * 1e9 + hr[1];
class BenchmarkTest {

@@ -141,3 +143,3 @@ constructor(title, test) {

if (winner === null || winner.timeEnd[1] > timeEnd[1]) {
if (winner === null || toNanoseconds(winner.timeEnd) > toNanoseconds(timeEnd)) {
winner = test;

@@ -144,0 +146,0 @@ }

{
"name": "@dxos/benchmark-suite",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "Benchmark suite.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/dxos/benchmark-suite#readme",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc