Skip to content

Problem with src/perf/* #5

@jonasdacruz

Description

@jonasdacruz

We have a problem in the version 0.0.4.

I think the problem is in the package.json because we have added json files in src/perf folder, and when you try to launch the sentence:

"perf": "DEBUG=ciphertoken* node src/perf/*"

nothing happens.

We can do two different things, we can change this sentence by:

"perf": "DEBUG=ciphertoken* node src/perf/ciphertoken_perf.js"

and everything is working well.

Or, I think would be better moving the json files to other folder called src/shared

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions