Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix perf #11

Merged
merged 57 commits into from
Feb 13, 2024
Merged

Fix perf #11

merged 57 commits into from
Feb 13, 2024

Conversation

ajuvercr
Copy link
Collaborator

This one should have been merged a while back I reckon

pietercolpaert and others added 30 commits November 20, 2023 15:32
feat: performance framework
- Have member data published on the localhost:8080
- Default 39 quads, 13 selection.
- 10 percent, 130 quads, 13 selection.
- 1 percent, 1300 quads, 13 selection.

--
As requested by @ajuvercr, test 06 is added for:
@Prefix ex: <http://example.org/>.

<important_point> ex:x 12;
  ex:y 42.

ex:line ex:point [
  ex:x 5;
  ex:y 12;
], <important_point>.
@pietercolpaert
Copy link
Member

@ajuvercr can you make sure the tests pass? Seems like it cannot find the rdfjs types - was package.json correctly updated?

@ajuvercr
Copy link
Collaborator Author

Yeah, peer dependencies for the win. We don't want to rely on rdf-js, I don't understand why some packages want rdf-js and don't install it themselves, but this should do.

@pietercolpaert pietercolpaert merged commit b37918e into main Feb 13, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants